-
Notifications
You must be signed in to change notification settings - Fork 68
[PLT-1587] Added remaining flake rules #1884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -367,23 +366,6 @@ def video_ontology(client: Client): | |||
return ontology | |||
|
|||
|
|||
@pytest.fixture | |||
def polygon_inference(prediction_id_mapping): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate fixture
@@ -49,18 +49,6 @@ def get_text(name, text_content): | |||
return ClassificationAnnotation(name=name, value=Text(answer=text_content)) | |||
|
|||
|
|||
def get_checklist(name, answer_names): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate function
@@ -65,13 +65,6 @@ def test_dataset_filtering(client, dataset_for_filtering): | |||
assert list(client.get_datasets(where=Dataset.name == name_2)) == [d2] | |||
|
|||
|
|||
def test_dataset_filtering(client, dataset_for_filtering): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate test
Description
Type of change
Please delete options that are not relevant.
All Submissions